s3 delete
This block is part of the amazon aws group and was last modified in core v12.0.6.
s3 delete v12.0.6 Deletes an S3 object from a bucket.
In pins 3
- connection required
awsconnectionThe AWS connection to use for deleting the object
- bucket required
valueThe bucket from which to remove the object
- key required
valueThe full file path of the object to be deleted from the S3 bucket
Out pins 3
- connection
awsconnectionThe AWS connection used for the deletion
- success
conditionCondition indicating whether the object was successfully deleted from the S3 bucket
- error
valueError message in case of any issues during the deletion process
A typical wiring for s3 delete: value feeds the bucket pin; value feeds the key pin; the connection out pin feeds s3 list.

Version history
Introduced in v12.0.6.
Back to
amazon aws Return to the main group to view all sub-groups Back to amazon aws Return to the group to view all blocks within this group
